toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.spellcheck
/
[jvm]SpellChecker
Spell
Checker
public
interface
SpellChecker
implements
ProfileService
A profile service that provides functionality for configuring spell checking.
Members
Functions
add
Language
Link copied to clipboard
public
abstract
void
addLanguage
(
Language
language
)
Adds the language to the list of the languages for which spell checking is performed.
custom
Dictionary
Link copied to clipboard
public
abstract
Dictionary
customDictionary
(
)
Returns the custom dictionary.
disable
Link copied to clipboard
public
abstract
void
disable
(
)
Disables spell checking on the web pages loaded in the browser instances of the profile.
enable
Link copied to clipboard
public
abstract
void
enable
(
)
Enables spell checking on the web pages loaded in the browser instances of the profile.
is
Enabled
Link copied to clipboard
public
abstract
boolean
isEnabled
(
)
Indicates whether spell checking is enabled or not.
languages
Link copied to clipboard
public
abstract
List
<
Language
>
languages
(
)
Returns an immutable list of the languages used for spell checking.
profile
Link copied to clipboard
public
abstract
Profile
profile
(
)
Returns the profile of this service.
remove
Language
Link copied to clipboard
public
abstract
void
removeLanguage
(
Language
language
)
Removes the language from the list of the languages for which spell checking is performed.